object fUploadOpt: TfUploadOpt Left = 343 Top = 131 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Upload options' ClientHeight = 159 ClientWidth = 408 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object gbFiles: TGroupBox Left = 8 Top = 16 Width = 393 Height = 105 Caption = 'Files to upload' TabOrder = 0 object Bevel1: TBevel Left = 8 Top = 24 Width = 377 Height = 52 end object chkUAA: TCheckBox Left = 8 Top = 82 Width = 204 Height = 17 Caption = 'Use &archive attribute' TabOrder = 3 end object rbAll: TRadioButton Left = 16 Top = 28 Width = 121 Height = 17 Caption = 'All files' Checked = True TabOrder = 0 TabStop = True OnClick = rbAllClick end object rbModified: TRadioButton Left = 16 Top = 50 Width = 121 Height = 17 Caption = 'Modified since:' TabOrder = 1 OnClick = rbModifiedClick end object edDateTime: TEdit Left = 136 Top = 48 Width = 241 Height = 21 Enabled = False MaxLength = 256 TabOrder = 2 end end object BtnOk: TButton Left = 249 Top = 130 Width = 72 Height = 22 HelpContext = 49 Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 end object BtnCancel: TButton Left = 329 Top = 130 Width = 72 Height = 22 HelpContext = 44 Cancel = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 end end